home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 November
/
Macworld (1997-11).dmg
/
Updaters
/
PowerKey 3.3.3 Update
/
Extras
/
PowerKey & PageSentry
/
PageSentry Demo
/
Additional AppleScripts
/
SendPage_PageNow
< prev
Wrap
Text File
|
1996-02-04
|
493b
|
14 lines
--- PageSentry Notification Applet
--- SendPage Alphanumeric Pager (for use with "PageNow")
on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
set Message to sentryName & "-" & Status & " " & failedURL
--- To use Notify running on another machine, use:
--- tell application "PageNOW!™ Demo" of machine "PageServer" of zone "PageServerZone"
tell application "PageNOW!™ Demo"
send page Message to extra
end tell
end «event SENTfail»